const google.golang.org/grpc/internal/transport.nonGRPCDataMaxLen
4 uses
google.golang.org/grpc/internal/transport (current package)
client_stream.go#L36: const nonGRPCDataMaxLen = 1024
client_stream.go#L70: s.nonGRPCDataBuf = make([]byte, 0, nonGRPCDataMaxLen)
client_stream.go#L83: n := min(f.data.Len(), nonGRPCDataMaxLen-len(s.nonGRPCDataBuf))
client_stream.go#L85: if len(s.nonGRPCDataBuf) >= nonGRPCDataMaxLen || f.StreamEnded() {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)